home *** CD-ROM | disk | FTP | other *** search
/ BBS Toolkit / BBS Toolkit.iso / rbbs_pc / 172btxt.zip / FILE.HLP < prev    next >
Text File  |  1989-05-23  |  10KB  |  214 lines

  1.  
  2. ====================[ Files Menu HELP ] =====================
  3.  
  4.           H E L P  W I T H  C O M M A N D S
  5.  
  6. D)ownload -- you get a file from here
  7. G)oodbye -- exit this system -- DISCONNET
  8. H)elp -- help with any command, section, or topic
  9. L)ist directories (categories) of files available for download
  10. N)ew files -- get list of files new since specified date
  11. P)ersonal download -- download files addressed to you personally
  12. Q)uit -- go elsewhere - to main menu, utilities, off system
  13. S)ubstring search -- list files with specified text in name/description
  14. U)pload -- you send me a file
  15. V)iew library contents -- look to see what is in a library file
  16. X)pert -- expert mode on/off
  17.  
  18. ================== File Subsystem Extra HELP ==================
  19.  
  20. The file subsystem permits you to move files between your
  21. system and this RBBS-PC. Downloading refers to moving files from
  22. this RBBS to your computer, and uploading is moving files from
  23. your computer to this RBBS.
  24.  
  25. The transfer of data can either be done in ASCII or using a
  26. protocol referred to as XMODEM.  The XMODEM protocol is
  27. common to CP/M based systems as was originally developed by
  28. Ward Christensen. The protocol is also contained in PC-TALK.III.
  29. More on this later.
  30.  
  31. To list the names of the files that are available on the disks
  32. for downloading to your system, the <L>ist command should be
  33. entered at the Files Menu.  The full names of the files will be
  34. listed along with a short description of each file.  Usually
  35. there is a document file that accompanies most of the program
  36. items on the system.  These document files usually have an
  37. extension of DOC or TXT.
  38.  
  39. The basic steps in downloading are
  40.    (1) tell RBBS you want to download.
  41.    (2) tell RBBS exactly what file you want to download.
  42.    (3) tell RBBS what protocol you want to use.
  43.    (4) after RBBS says it is ready, tell your communications 
  44.        package to save the incoming file.
  45.  
  46. Note: all three first steps can be specified on a single line
  47. in the format " d;<filename>;<protocol>".  E.G. D;STREW.LBR;X
  48. will download the file STREW.LBR using XMODEM protocol.
  49.  
  50. Note: if you set a default protocol, you will NOT be asked by RBBS
  51. what protocol to use.  If you want to override the default protocol,
  52. do the first three steps above on one line.  E.G. to download
  53. VOLSER2.DOC using ASCII when default is XMODEM, at file function
  54. prompt enter "D;VOLSER2.DOC;A".  If you want to reset the default
  55. protocol, select F for F)ile protocol, then N)one.
  56.  
  57. ASCII DATA CAPTURE
  58.  
  59. The transfer of files in ASCII mode can be done if your system
  60. is capable of data capture. To download a file using the ASCII
  61. method, follow the sequence of steps listed below.
  62.  
  63. 1.  List the files available for download using the
  64.     L)ist command and either capture the list to your
  65.     printer or write down the exact names of the files you
  66.     want to receive.
  67.  
  68. 2.  After returning to the Files Menu, select D)ownload.
  69.  
  70. 3.  When RBBS-PC asks for the filename you wish to select,
  71.     input the exact filename including a period between the
  72.     filename and extension.
  73.  
  74. 4.  When RBBS-PC asks for the type of download you want, input
  75.     A for A)scii method.  (Only if you have default protocol
  76.     set to None will you be asked this question.)
  77.  
  78. 5.  When the RBBS-PC tells you to open your capture file and
  79.     enter a carriage return to start the download, you
  80.     should do so.  (Opening your capture file is done by
  81.     using the Alt-R command in PC-TALK.) After setting up to
  82.     receive the file on your end, you have to send RBBS-PC
  83.     one carriage return so that it knows you are ready to
  84.     start.
  85.  
  86. 6.  The file will be sent a line at a time until the
  87.     entire file is sent.  You will see the lines of ASCII
  88.     code (readable text and numbers) on your screen as they
  89.     flow to your system.  If you wish to suspend the
  90.     transmission temporarily, your system should send
  91.     RBBS-PC a Ctrl-S (XOFF). A Ctrl-Q (XON) will restart
  92.     the temporarily halted transfer.  A Ctrl-X (ASCII CAN)
  93.     can be sent anytime to abort the transmission of the
  94.     data; because of the output buffering performed
  95.     automatically by RBBS-PC, there may be up to 120
  96.     characters transmitted before the output stops.
  97.  
  98. 7.  When the file transfer is finished, RBBS-PC will
  99.     send you an End Of File Marker (Ctrl-Z) followed by 5
  100.     bells.  You should close your capture file (PC-TALK
  101.     Alt-R) as soon as you hear the bells or you will get
  102.     garbage at the bottom of the file. If you go away for a
  103.     cup of coffee and end up getting the 'end of file' sign
  104.     attached to the bottom of the capture file, you can
  105.     delete it from the file later using a text editor.
  106.  
  107. 8.  After the file transfer is complete you will be
  108.     returned to the File Menu.  You should look at the
  109.     capture file at this point to be sure you got it ok.
  110.     (Use the PC-TALK Alt-V command to do this.)  Do not list
  111.     the entire file unless it is short; RBBS-PC will give
  112.     you 3 minutes to remain off-line before it assumes you
  113.     have left for the day and recycles, dropping you off
  114.     line.
  115.  
  116.  
  117. XMODEM FILE TRANSFER
  118.  
  119. If you have implemented XMODEM on your system, files with
  120. EXE and COM extensions and tokenized BASIC files can be moved
  121. to your system.  Files containing the IBM PC special ASCII
  122. characters (ones with ASCII values above 128) can also be
  123. transferred with XMODEM -- this includes Wordstar files.  These
  124. files cannot be transferred in ASCII mode since ASCII transfer is
  125. only 7 bit and these types of files require the full 8 bit
  126. transfer of the data with no translation of the contents of the
  127. file.
  128.  
  129. XMODEM also offers the advantage of a block check to assure
  130. that the data sent contains no errors.  It does this by adding a
  131. checksum byte to the end of each block of data; the receiver
  132. calculates its own checksum and compares it to the one received.
  133. If an error is detected in the transmission, XMODEM will request
  134. that RBBS-PC retransmit the block of data.
  135.  
  136. To perform an XMODEM file download, follow the instructions shown
  137. above for ASCII DATA CAPTURE, but select X)modem instead of
  138. A)scii when RBBS-PC asks what file download type you want (step
  139. 4 above). The XMODEM file transfer steps are as follows:
  140.  
  141. 5.  If you called in using EVEN parity the RBBS-PC will
  142.     tell you to switch to NO parity and 8 data bits. If you
  143.     called in using 8 data bits the system will not give you
  144.     this message. You should then open your capture file
  145.     (PC-TALK.III Alt-R command) and start the XMODEM receive
  146.     process.  PC-TALK.III starts XMODEM for you when you put
  147.     '=X' at the end of the download filename.
  148.  
  149. 6.  The file will be transferred automatically by XMODEM
  150.     until the entire file has been transferred. You may
  151.     abnormally abort the transfer by sending RBBS-PC an
  152.     ASCII CAN code (Ctrl-X). PC-TALK.III will do this for
  153.     you if you enter an Alt-R during the file transfer.
  154.  
  155. 7.  When the file transfer is finished, XMODEM automatically
  156.     closes your capture file for you. XMODEM also ensures
  157.     that no garbage gets into your file; binary files and
  158.     text files are just as they were sent to you with 99.6%
  159.     error free transmission.  Wordstar files should transfer
  160.     without extra hard carriage returns being added.
  161.  
  162. 8.  XMODEM transferred files cannot be listed on your
  163.     monitor unless they are actually ASCII files. Binary
  164.     files will appear as symbols rather than human readable
  165.     text. You will have to test these files after you exit
  166.     your communications program.
  167.  
  168.  
  169. FILE UPLOADING
  170.  
  171. File uploading to the RBBS-PC is very similar to downloading.
  172. After you have downloaded a few files, you might want to send me
  173. one of your favorite programs or files just to test your ability
  174. to upload.
  175.  
  176. Uploading of ASCII files can be done without interruption between
  177. lines.  This system can handle data uploading at 300 baud without
  178. any problem.  If the transfer is done at 1200 baud, however,
  179. there may be a data overrun if the file is over 20K.  If the
  180. system falls behind during a file upload operation, it will
  181. send an XOFF (Ctrl-S) to your system.  If your system supports
  182. XON/OFF file transfer speed-matching, data transmission will be
  183. suspended until an XON (Ctrl-Q) is sent to you, indicating
  184. RBBS-PC is ready to accept data again.
  185.  
  186. When uploading files, please convert BASIC programs to ASCII
  187. before transferring them so callers without XMODEM can download
  188. them.  To do this, use the file save command format listed below.
  189.  
  190.                       SAVE"filename.ext",A
  191.  
  192.  
  193. Before sending me a file be sure I have enough disk space to take
  194. the file. When you ask for U)pload at the File menu, the system
  195. will tell you how much disk space is free on the upload drive.
  196. If this system runs out of disk space during an upload function,
  197. it will issue a cancel request.  This will be in the form of a
  198. data stream of one or more ASCII CAN (Ctrl-X) characters.  Your
  199. system will abort transmission if it supports XON/OFF file
  200. transfer speed-matching protocol. If your system does not support
  201. XON/OFF, the data overflow will be lost and the RBBS-PC will
  202. recycle, dropping you off line.
  203.  
  204.  
  205. UPLOAD GROUND RULES
  206.  
  207. You are encouraged to donate programs to the library on this
  208. system.  Any type of program or document is welcome, however,
  209. a few ground rules are in order.  The files donated must contain
  210. only information that is in the public domain.  No private
  211. or commercial information should be placed on this system.  The
  212. SYSOP is not responsible for any of the data that is shared on
  213. this system.
  214.